Skip to content

查询出境结果

根据微信支付单号+商户出境单号,查询出境结果,出境失败会返回错误码 官方文档

js
wxpay
.
v3
.
fundsToOversea
.
orders
.
_out_order_id_
.
get
({
out_order_id
,
params
,
}) .
then
(
({
data
: {
out_order_id
,
sub_mchid
,
order_id
,
result
,
fail_reason
,
amount
,
foreign_amount
,
foreign_currency
,
rate
,
exchange_rate_time
,
estimate_exchange_rate_time
,
departure_amount
,
fee
,
charge_mchid
,
charge_account_type
,
}, }) => ({
out_order_id
,
sub_mchid
,
order_id
,
result
,
fail_reason
,
amount
,
foreign_amount
,
foreign_currency
,
rate
,
exchange_rate_time
,
estimate_exchange_rate_time
,
departure_amount
,
fee
,
charge_mchid
,
charge_account_type
,
}) )

Released under the MIT License. (SITEMAP)